|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunningDiffBean
This interface provides information about Difference Job and Settings. This information includes the following.
Method Summary | |
---|---|
java.util.Date |
getCompleteDate()
Returns the date a DifferenceJob completed, if the action completed. |
DifferenceJobID |
getDifferenceJobID()
Returns the ID of the DifferenceJob. |
DifferenceSettings |
getDifferenceSettings()
Returns the DifferenceSettings for the DifferenceJob. |
DifferenceSettingsID |
getDifferenceSettingsID()
Returns DifferenceJob's DifferenceSettingsID |
boolean |
getIsRunning()
Checks if DifferenceJob is running. |
java.util.Date |
getStartDate()
Returns the date a DifferenceJob was started. |
Method Detail |
---|
boolean getIsRunning()
java.util.Date getStartDate()
java.util.Date getCompleteDate()
DifferenceJobID getDifferenceJobID()
DifferenceSettingsID getDifferenceSettingsID()
DifferenceSettings getDifferenceSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |